home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(betting == false)
- {
- return undefined;
- }
- if(currentBet[0] >= 101)
- {
- return undefined;
- }
- chip100Val++;
- _root.gotoAndStop("start");
- CashAdd(100);
- c++;
- _root.chip100_.duplicateMovieClip("chip" + c,c);
- setProperty("chip" + c, _X, posChipx[random(7)]);
- setProperty("chip" + c, _Y, posChipy[random(6)]);
- }
-